home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 952 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  757 b 

  1. Path: ulke.hiMolde.no!usenet
  2. From: "Mathijs Brands (I2B2V)" <i30885@hi2.hwb.nl>
  3. Newsgroups: comp.lang.c
  4. Subject: LE executable layout (Watcom)
  5. Date: Wed, 10 Jan 1996 14:58:36 +0100
  6. Organization: Molde College, Department of Computer Science
  7. Message-ID: <30F3C60C.41C67EA6@hi2.hwb.nl>
  8. NNTP-Posting-Host: 145.48.100.11
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0b5 (X11; I; SunOS 4.1.3 sun4c)
  13.  
  14. I'm looking for some specs on LE executables. I want to attach some
  15. stuff to the end of my bins. 
  16.  
  17. If I want to do that, I have to use the header of the stub to find the
  18. LE header and then extract the exec length.
  19.  
  20. By the way, I compress my executables with PMWLite using the PMode/W
  21. extender.
  22.